home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / test_lay / testlay.mdb / TestLay.json
Encoding:
JavaScript Object Notation  |  1994-05-18  |  598 b 

  1. {
  2.     "schema": {
  3.         "Counter": "Long Integer",
  4.         "Name": "Text (50)",
  5.         "Address": "Text (50)",
  6.         "City": "Text (30)",
  7.         "State": "Text (20)",
  8.         "ZIP": "Text (20)"
  9.     },
  10.     "data": [
  11.         {
  12.             "Counter": 1,
  13.             "Name": "Larry Rebich",
  14.             "Address": "199 California Drive, Suite 210",
  15.             "City": "Millbrae",
  16.             "State": "CA",
  17.             "ZIP": "94030"
  18.         },
  19.         {
  20.             "Counter": 3,
  21.             "Name": "John Doe",
  22.             "Address": "Any Street",
  23.             "City": "Any Town",
  24.             "State": "XX",
  25.             "ZIP": "00000"
  26.         },
  27.         {
  28.             "Counter": 4,
  29.             "Name": "Move the Columns"
  30.         },
  31.         {
  32.             "Counter": 5,
  33.             "Name": "around then use"
  34.         },
  35.         {
  36.             "Counter": 6,
  37.             "Name": "Restore Layout"
  38.         },
  39.         {
  40.             "Counter": 7,
  41.             "Name": "Factory to see how"
  42.         },
  43.         {
  44.             "Counter": 8,
  45.             "Name": "the columns are "
  46.         },
  47.         {
  48.             "Counter": 9,
  49.             "Name": "reset."
  50.         }
  51.     ]
  52. }